Skip to content

Conversation

@Oxyjun
Copy link
Contributor

@Oxyjun Oxyjun commented Nov 20, 2024

Summary

  1. Renaming "Runtime API" to "Workers Binding API".
  2. Splitting out "Storage API" into:
    • "Durable Object Storage"
    • "SQL Storage"

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@Oxyjun Oxyjun requested review from a team, elithrar, joshthoward and vy-ton as code owners November 20, 2024 10:46
@github-actions github-actions bot added size/m product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ labels Nov 20, 2024
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 20, 2024

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 08fbd59
Status: ✅  Deploy successful!
Preview URL: https://2c183f22.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev

View logs

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2024

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/durable-objects/api/sql-storage/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/api/sql-storage/
https://developers.cloudflare.com/durable-objects/api/storage-api/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/api/storage-api/
https://developers.cloudflare.com/durable-objects/api/websockets/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/api/websockets/
https://developers.cloudflare.com/durable-objects/api/alarms/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/api/alarms/
https://developers.cloudflare.com/durable-objects/best-practices/access-durable-objects-storage/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/best-practices/access-durable-objects-storage/
https://developers.cloudflare.com/durable-objects/get-started/tutorial-with-sql-api/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/get-started/tutorial-with-sql-api/
https://developers.cloudflare.com/durable-objects/api/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/api/
https://developers.cloudflare.com/durable-objects/api/webgpu/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/api/webgpu/
https://developers.cloudflare.com/durable-objects/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/
https://developers.cloudflare.com/durable-objects/reference/durable-objects-migrations/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/durable-objects/reference/durable-objects-migrations/
https://developers.cloudflare.com/workers/platform/storage-options/ https://jun-do-storage-api-separatio.cloudflare-docs-7ou.pages.dev/workers/platform/storage-options/

@github-actions github-actions bot added the product:workers Related to Workers product label Nov 20, 2024
Oxyjun and others added 4 commits November 21, 2024 10:16
@Oxyjun Oxyjun enabled auto-merge (squash) November 21, 2024 10:22
@Oxyjun Oxyjun merged commit e1d47f0 into production Nov 21, 2024
12 checks passed
@Oxyjun Oxyjun deleted the jun/do/storage-api-separation branch November 21, 2024 10:33
harshil1712 pushed a commit that referenced this pull request Dec 3, 2024
* Initialising PR for separating Storage API from SQL API.

* Explicitly stating "Durable Object Storage API" for consistency.

* Removing `ctx.storage.sql` from the definitions of the SQL methods.

* Moving point in time recovery section to SQL Storage chapter.

* Introducing SqlStorage and Sql properly.

* Adding an explanation that KV operations are synchronous for SQLite backed DO.

* Adding clarification on asynchronous KV operations.

* Adding backticks to all methods in headings.

* Fixing broken links part 1

* Fixing broken links part 2.

* Apply suggestions from code review

Co-authored-by: Pedro Sousa <[email protected]>

* Update src/content/docs/durable-objects/api/sql-storage.mdx

Co-authored-by: Pedro Sousa <[email protected]>

* Fixes from PCX review.

---------

Co-authored-by: Pedro Sousa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:workers Related to Workers product size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants